Contribution org.nuxeo.dam.import.actions--actions
In component org.nuxeo.dam.import.actions
org.nuxeo.dam.import.actions
inside nuxeo-dam-jsf-5.8.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action help="desc.smart.import.file" id="dndAssets" label="label.smart.import" link="" order="10">
<category>DAM_DND</category>
<filter-id>canCreateInAssetLibrary</filter-id>
<properties>
<property name="chainId">Dam.ImportInSeam</property>
</properties>
</action>
<action help="desc.smart.import.file" id="dndDamBulkImportAssets" label="label.smart.import" link="" order="10">
<category>DAM_IMPORT_ASSETS</category>
<properties>
<property name="chainId">Dam.ImportWithMetaDataInSeam</property>
<property name="layout">damBulkImport@create</property>
</properties>
</action>
</extension>